home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / _catalog.s / stcat.103 / rdd.txt < prev    next >
Text File  |  1997-04-01  |  28KB  |  553 lines

  1.         
  2.                          The Revenge Document Displayer
  3.         
  4.                    Copyright (c)1990,91,92,93,94 Stuart Coates
  5.         
  6.                                   Version 3.20
  7.         
  8.                                  26th March 1994
  9.         
  10.         *****************************************************************
  11.         NOTE:  Magazine editors,  if you're thinking about including  the 
  12.         RDD  on  a cover disk then read on for  distribution  conditions. 
  13.         Failure to do so may prove to be very costly!
  14.         *****************************************************************
  15.         
  16.         Welcome  to the Revenge Document Displayer v3  (RDD3)  undeniably 
  17.         the fastest document viewer on the ST/TT/Falcon!   The  objective 
  18.         with the release of RDD3 is to provide a text viewing utility for 
  19.         the Atari ST/TT/Falcon range of micros that is powerful and  easy 
  20.         to  use.   Previous versions of RDD had a vast number of  options 
  21.         available  to the user,  RDD3 has omitted some of the  less  used 
  22.         features  of  previous  releases  but  has  gained  several  very 
  23.         powerful ones.
  24.         
  25.         
  26.         A Brief History
  27.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  28.         The  RDD v1.00 was released on 15th April 1990 in response  to  a 
  29.         request from a friend of mine for a text viewing utility that was 
  30.         more flexible than the GEM Desktop's own.  RDD1.00 was written in 
  31.         Hisoft  Basic  and didn't contain many features.   I  decided  to 
  32.         develop the idea of the RDD from this base with several  releases 
  33.         throughout  the  year  resulting in RDD  1.93  released  on  28th 
  34.         October 1990.   That Xmas I purchased Lattice C v5.00 and decided 
  35.         to learn C - no better way than to port RDD to C.
  36.         
  37.         RDD  v2.00 was released on 3rd February 1991 and  contained  many 
  38.         more features and was a lot faster.   RDD2 was a lot more  stable 
  39.         than RDD1 because of this rewrite.   During 1991 and 1992 no less 
  40.         than  21  versions were released and 14  organisations  purchased 
  41.         custom copies.   Several other text viewers sprang up during this 
  42.         time  which  I'm grateful for as they gave me new ideas  for  the 
  43.         RDD,  this  also gave the ST community greater  choice.   Version 
  44.         2.30  was released on 27th September 1992 and was the  last  RDD2 
  45.         release. 
  46.         
  47.         I received a large amount of feedback from RDD2 which  encouraged 
  48.         me  to  start  work on RDD3 in December  1992.   The  first  beta 
  49.         release  was shipped to testers in January 1993.   Very few  bugs 
  50.         were found in this although many features were missing.  The RDD3 
  51.         that you see today has taken many months to develop and has  been 
  52.         thoroughly  tested.
  53.         
  54.         
  55.         Using The RDD3
  56.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  57.         Loading a document:
  58.         
  59.         There are several way to load documents into the RDD3,
  60.         
  61.         1.   Double click on RDD.PRG from the desktop and use the GEM file 
  62.         selector to pick a document.
  63.         
  64.         2.   Rename  RDD.PRG to RDD.TTP and enter a document name on  the 
  65.         command line when running.
  66.         
  67.         3.   Install RDD.PRG as an application on the desktop so that  it 
  68.         is loaded every time that you click on a text file.
  69.         
  70.         4.   If  you have TOS2 installed or one of the  many  replacement 
  71.         desktops that allow you to place items on the desktop then  place 
  72.         the RDD3 on the desktop and you can simply drag documents to  it. 
  73.         (I strongly recommend Terradesk for this).
  74.         
  75.         5.   Machines running Neodesk 3 can have the RDD installed as the 
  76.         default  text  viewer so that any docs are  displayed  using  the 
  77.         RDD3. 
  78.         
  79.         6.   (For programmers only..)  Launch the RDD from your own shell 
  80.         using the GEMDOS Pexec function.   On the command line you should 
  81.         pass  a  list  of documents that you wish to  load  separated  by 
  82.         spaces.  The RDD3 supports the ARGV protocol for extended command 
  83.         lines.
  84.         
  85.         
  86.         Loading Multiple Documents:
  87.         
  88.         The  RDD3 has support for multiple documents in memory,  in  fact 
  89.         currently  up  to 200 docs can be resident at once,  this  is  of 
  90.         course dependent on available memory.   To load more than one doc 
  91.         you  can  either  specify individual filenames  or  use  wildcard 
  92.         matches,  for  example if you wanted to load all .TXT files  then 
  93.         tell  the RDD3 to load *.TXT.   The RDD3 also understands  folder 
  94.         structures,  so to load all of the documents within a folder just 
  95.         specify  the  folder  name.   The  RDD3  does  not  scan  folders 
  96.         recursively.
  97.         
  98.         
  99.         Compressed Documents
  100.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  101.         RDD3 supports documents that have been compressed using  Pack-Ice 
  102.         2.40,  this allows you to have an archive of compressed documents 
  103.         that don't eat up huge amounts of disk space.
  104.         
  105.         Archive Files
  106.         ¯¯¯¯¯¯¯¯¯¯¯¯¯
  107.         RDD3  can  recognise  most popular archive formats  and  has  the 
  108.         ability  to  perform a verbose listing of the  archive  contents.  
  109.         The  current release of RDD supports  ZIP,ARC,ZOO,ARJ,LZH  files.  
  110.         To  make  use of this feature simply load the  archive  file,  to 
  111.         bypass the automatic listing feature hold down the Alternate  key 
  112.         while loading the archive.
  113.         
  114.         Pictures
  115.         ¯¯¯¯¯¯¯¯
  116.         RDD3  has very limited support for Degas PI?  picture  files  and 
  117.         will  only display pictures that are compatible with the  current 
  118.         screen resolution - normally ST resolutions only.  When a picture 
  119.         is  loaded a document will be created with  the  line:  'PICFILE: 
  120.         <filename>', press Alt-V to view this picture.
  121.         
  122.         Document Formatting
  123.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  124.         Before  a  document  can  be displayed by the  RDD3  it  must  be 
  125.         formatted,  this  is done whenever a doc is  loaded.   Formatting 
  126.         causes any long lines within that doc to be wrapped to fit on the 
  127.         screen  and tab characters to be expanded.   Lines can be  either 
  128.         wrapped  at the edge of the screen or at the end of the line  (up 
  129.         to 512 characters) - this option is configurable within the RDD.
  130.         
  131.         
  132.         On-Line Help
  133.         ¯¯¯¯¯¯¯¯¯¯¯¯
  134.         The  RDD3  has built in help that gives you a  list  of  keyboard 
  135.         controls, to gain access to this press HELP while you are viewing 
  136.         a document.
  137.         
  138.         
  139.         Main Features
  140.         ¯¯¯¯¯¯¯¯¯¯¯¯¯
  141.         I'm  not going to go through every feature in the RDD3  in  great 
  142.         detail as that would take far too long and you probably  wouldn't 
  143.         want to read it anyway,  so I'll just list the main features  and 
  144.         give a small explanation for each.
  145.         
  146.         Scrolling:  Probably the most important feature, to scroll up and 
  147.         down use the arrow keys or move the mouse up and down.   You  can 
  148.         also  move  a screen at a time by holding down either  shift  key 
  149.         while  scrolling.   If  the current document has lines  that  are 
  150.         longer  than  than  the  screen  width  and  they  haven't   been 
  151.         automatically  wrapped  then pressing the left/right  arrow  keys 
  152.         will  scroll  the  whole  screen  left/right.    Pressing  Shift-
  153.         Left/Right will cause the screen to move to the start/end of  the 
  154.         longest line.
  155.         
  156.         Move  to Top or Bottom of Doc:   Press Alt-T to go to the top  or 
  157.         Alt-B to go to the bottom
  158.         
  159.         Goto a line: To go to a particular line press Alt-G and enter the 
  160.         line number that you want to go to.
  161.         
  162.         Find a word:  Press Alt-F to search for a piece of text.  You can 
  163.         also set up case-sensitive and global searches using this option.  
  164.         Pressing  Alt-N and Alt-P allow you to find the Next or  Previous 
  165.         occurrence.
  166.         
  167.         Load a document:   To load another document press Alt-L or  click 
  168.         the  right mouse button,  you will then be presented with a  file 
  169.         selector,  select the file that you wish to load and the RDD will 
  170.         do the rest.   The contents of the Atari clipboard can be  loaded 
  171.         by pressing Ctrl-A.
  172.         
  173.         Close a document:  When you've finished with a document hit Alt-C 
  174.         to close it.  All documents will be automatically closed when the 
  175.         RDD terminates.
  176.         
  177.         Switching Documents:  If you've got several documents loaded then 
  178.         you can switch between them in several ways:
  179.         
  180.              Keypad -       Move to previous document
  181.              Keypad +       Move to next document
  182.              Tab            Show list of loaded documents
  183.              F1-10          Move to document 1-10
  184.              Shift F1-F10   Move to document 11-20
  185.         
  186.         Changing tab width:   Press Ctrl-T to change the tab setting  for 
  187.         the current document.   Tab settings are stored on a per document 
  188.         basis.
  189.         
  190.         Printing a Document:   Press Ctrl-P to print the current document 
  191.         and Ctrl-C to configure the printer.  Ctrl-W will let you print a 
  192.         marked block.
  193.         
  194.         Marking  a block:   Alt-S and Alt-E allow you to start and end  a 
  195.         block,  pressing Alt-H will hide any block.  The start and end of 
  196.         the  block  may be changed on a line-by-line  basis  by  pressing 
  197.         Control+Up/Down  to alter the start and Control+Shift+Up/Down  to 
  198.         alter the end.   A block can be saved to disk by pressing  Alt-W, 
  199.         or to the Atari clipboard by pressing Alt A.
  200.         
  201.         Locate RDD:  Pressing Ctrl-L will allow you to locate the RDD.PRG 
  202.         file  to  allow a configuration file to be saved in  the  correct 
  203.         directory.   Press Ctrl-L and the file selector will appear, find 
  204.         the  RDD.PRG file and select it.   The RDD.PRG file will  now  be 
  205.         loaded and its location encoded within it.
  206.         
  207.         Save settings: The configuration can be saved by pressing Ctrl-S.  
  208.         Before  using  this option for the first time you  must  run  the 
  209.         'Locate RDD' option.
  210.         
  211.         Bookmarks:  You  can store the current position in a document  by 
  212.         setting a bookmark.   RDD3 supports 100 bookmarks.   You can  set 
  213.         the first 26 bookmarks simply by pressing Shift and any letter A-
  214.         Z.   You  can  return to a stored bookmark by  hitting  just  the 
  215.         letter A-Z.   You can  set all 100 bookmarks by pressing  Ctrl-B. 
  216.         Bookmarks  can be accessed easily by pressing  Alt-M.   Bookmarks 
  217.         can  be  saved on a per document basis into a .BMK file  that  is 
  218.         automatically  loaded next time the document  is  loaded.   Press 
  219.         Ctrl-Z to save the bookmarks and Alt-Z to reload.
  220.         
  221.         ST/IBM Characters:  RDD3 supports both ST and IBM character sets, 
  222.         you can toggle between them by pressing Escape. 
  223.         
  224.         Feature  menu:   RDD3  features  a  menu  that  you  can  perform 
  225.         operations from without using any strange key combinations.  This 
  226.         menu  can  be  accessed  by clicking the  left  mouse  button  or 
  227.         pressing Insert.
  228.         
  229.         Toggle Text Size:  To switch between the two available font sizes 
  230.         press Ctrl-G. 
  231.         
  232.         50/60Hz:   On some screens you can toggle between 50/60Hz refresh 
  233.         rates  by pressing Keypad *,   not all monitors/machines  support 
  234.         this feature.
  235.         
  236.         Locate  external editor:   The RDD has the ability of support  an 
  237.         external editor program to manipulate documents.  To tell the RDD 
  238.         the location of this program press Ctrl-D.
  239.         
  240.         Execute  external editor:   To load the current document into  an 
  241.         external  editor press Alt-D.   The current document will be  re-
  242.         loaded after editing.
  243.         
  244.         Document  Information:   To  obtain  statistics  on  the  current 
  245.         document press Clr Home.
  246.         
  247.         View Picture:  If a line with the structure 'PICFILE: <filename>' 
  248.         is at the top of the screen, pressing Alt-V will display it.
  249.         
  250.         Sorting  Documents:   If you have many documents loaded into  the 
  251.         RDD you can sort them into alphabetical by pressing Alt-O.  Using 
  252.         this option will result in all bookmarks being cleared.
  253.         
  254.         Running  External Programs:   The run an external  program  press 
  255.         Alt-X  and select the program that you require.   If the  current 
  256.         document  is an executable file then you can press Ctrl-X to  run 
  257.         it.
  258.         
  259.         Utilities:   The  RDD has the ability to store up to 20  external 
  260.         utilities  that are accessible with a  single  keystroke.   These 
  261.         programs can be set up two ways.   Press Ctrl-U or Ctrl-0 to 9 to 
  262.         locate a utility.  A utility can be accessed by either picking it 
  263.         from  a  menu by pressing Alt-U or by  pressing  the  appropriate 
  264.         number key, 0 to 9. 
  265.         
  266.         Mouse Control:   The mouse plays an important role in the use  of 
  267.         the RDD.  You can scroll through documents by moving the mouse up 
  268.         and down and call up the feature menu by pressing the left  mouse 
  269.         button.   The  mouse  can  also  be used  within  menus  to  make 
  270.         selections.   In fact,  although the RDD is a text based program, 
  271.         all of its features can be accessed via the mouse.
  272.         
  273.         Getting  Help:   If  you require help while using the  RDD  press 
  274.         the Help key for a list of available help topics.
  275.         
  276.         Toggle Line Wrap:   The RDD can handle documents with long  lines 
  277.         in two ways:   Firstly,  it can wrap all lines at the end on  the 
  278.         screen  causing the remainder of the text to appear on  the  next 
  279.         line.   Secondly, lines can be kept intact and the RDD can scroll 
  280.         sideways to view all text.   Press Alt-R to toggle this  feature.  
  281.         When  sideways scrolling is enabled the RDD will suffer a  slight 
  282.         slow  down,  so  if fast scrolling is important leave  line  wrap 
  283.         switched on.
  284.         
  285.         Hex Dump:  You can obtain a hex dump of a file in two ways,  upon 
  286.         loading  if you hold down the Alternate key,  or once  loaded  by 
  287.         pressing Ctrl-H.  If you chose to hex dump a file that is already 
  288.         loaded, the original file will be re-read and a separate document 
  289.         will be created.
  290.         
  291.         Exiting:  To exit from the RDD press the UNDO key twice.
  292.         
  293.         
  294.         Compatibility
  295.         ¯¯¯¯¯¯¯¯¯¯¯¯¯
  296.         The RDD3 was written on a 16MHz Atari 520STe with 4MB of RAM  and 
  297.         TOS 1.62 (UK version)/TOS 2.06 (US version),  therefore it should 
  298.         be 100% compatible with a similar platform.   The beta testers of 
  299.         the  RDD3 have varying configurations ranging from a 1040STFM  up 
  300.         to  a  16MB Falcon030 and have not reported any problems  in  the 
  301.         many months of testing.   The code for the RDD3 does not make any 
  302.         illegal  calls  and does not rely on any special  hardware  being 
  303.         present (blitter,  hardware scrolling,  etc...) so should work on 
  304.         most  configurations.   With the release of version 3.10  support 
  305.         has  been added for non-ST screen resolutions including those  on 
  306.         the  TT and Falcon - previous versions would only work in  an  ST 
  307.         resolution.
  308.         
  309.         The  RDD3  should not conflict with any other programs  that  are 
  310.         running  on  your  machine as it only  accesses  memory  that  it 
  311.         allocates  itself.   The RDD3 has not been tested under  MultiTOS 
  312.         and is not expected to fully work - if this becomes an issue then 
  313.         a MultiTOS compatible version will be produced.
  314.         
  315.         If  you  do experience some problems with the  RDD3  then  please 
  316.         report them - I cannot fix them if I don't know about them!,  see 
  317.         the  'Support' section later in this document for details of  how 
  318.         to do so.
  319.         
  320.         
  321.         System Requirements
  322.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  323.         The RDD3 will run on anything from a 520ST upwards.   If you plan 
  324.         to make extensive use of the multi-document features then  you'll 
  325.         be  needing  plenty of memory - the RDD3 can make use of  all  of 
  326.         your memory - not just ST-RAM.   To gain extra speed from a basic 
  327.         ST  the RDD3 uses highly optimized text routines for all of  it's 
  328.         text  output  and scrolling.   If you have a  screen  accelerator 
  329.         loaded such as Warp 9,  NVDI,  QuickST,  or TurboST, you will not 
  330.         notice  any  speed  change  at all while using  the  RDD3  as  my 
  331.         routines are faster and completely bypass the TOS routines.   The 
  332.         RDD3  will  only  run on screens that  support  a  resolution  of 
  333.         640x200 or higher.
  334.         
  335.         Special 68030 version
  336.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  337.         The  RDD3  is now available optimized for  the  68030  processor.  
  338.         This  provides  a huge speed improvement on machines  using  this 
  339.         processor (TT/Falcon).  RDD030.PRG will NOT work on machines that 
  340.         have a processor less than a 68020,  and should not be tried - it 
  341.         WILL crash your machine.   The 68881/68882 co-processors are also 
  342.         supported in this version but are not required.   If you  require 
  343.         the RDD to work on all machines then use RDD.PRG not RDD030.PRG.
  344.         
  345.         
  346.         RDD3 Program Details
  347.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  348.         Design and Coding            Stuart Coates
  349.         
  350.         Install Program              Mark Matts
  351.         
  352.         Beta testers                 Mark Matts
  353.                                      Keith Frisby
  354.                                      Trev Ward
  355.                                      Gordon Meyer
  356.                                      John Charles
  357.                                      Robert Darling
  358.                                      Stuart Richards
  359.                                      Daron Brewood
  360.                                      Don Williams
  361.         
  362.         Development Tools            Lattice C v5.60
  363.                                      Devpac 3.10
  364.                                      Harlekin 2/3
  365.         
  366.         Development Hardware         Atari 520STe
  367.                                      16MHz Accelerator
  368.                                      4MB Ram
  369.                                      48MB Seagate 157N
  370.                                      Atari SM124
  371.                                      ZyXEL U-1496E+
  372.         
  373.         Useful Reference Manuals     Atari ST Internals
  374.                                            - Abacus
  375.                                      The Atari Compendium
  376.                                            - SDS Publishing
  377.                                      M68000 Programmer's Reference Manual
  378.                                            - Motorola Semiconductors
  379.                                      Programming the 68000
  380.                                            - Sybex
  381.         
  382.         Support
  383.         ¯¯¯¯¯¯¯
  384.         The  RDD3  is a complex program and therefore  may  contain  some 
  385.         bugs.  I would be very grateful if you could report any bugs that 
  386.         you  find direct to myself via email (addresses below) or if  you 
  387.         don't have email access then via my support BBS sysop Mark  Matts 
  388.         at the address below.  The RDD3 has a built-in debug feature that 
  389.         assists in the debugging process.   When you load the RDD3 if you 
  390.         hold down the Control key a file called RDD.DBG will be created - 
  391.         please send a copy of this file along with your bug report.
  392.         
  393.                                  Mark Matts
  394.                                  66 Telford Way
  395.                                  Leicester LE5 2LX
  396.                                  England U.K.
  397.         
  398.         My email addresses:
  399.         
  400.           (preferred)      Internet      : scoates@filesys.demon.co.uk
  401.                                            scoates@eurobase.demon.co.uk
  402.                            Compuserve    : 100010,2106
  403.                            NeST          : 90:100/304
  404.                            Atarinet      : 51:6/204
  405.         
  406.         Official support BBS:
  407.         
  408.                            System ST BBS
  409.                            Inside UK     : 0533 413443
  410.                            International : +44 533 413443
  411.                            Times         : 2200-0700 GMT
  412.                            Speeds        : 300-14400
  413.                            NeST          : 90:100/300
  414.                            Atarinet      : 51:6/200
  415.         
  416.         The  very  latest version of RDD can always  be  downloaded  from 
  417.         System ST first,  and from Compuserve within a couple of days  of 
  418.         release in the ATARIPRO forum.
  419.         
  420.         
  421.         Registration
  422.         ¯¯¯¯¯¯¯¯¯¯¯¯
  423.         The  RDD is distributed as shareware which means that if you  use 
  424.         it then you're expected to register.   The registration fee is  5 
  425.         pounds  sterling (or US$10) and should be sent to my support  BBS 
  426.         sysop, Mark Matts (his address is mentioned earlier in this doc).  
  427.         All  registered users will receive a copy of the latest  version.  
  428.         The  latest  version of the RDD will also be made  available  via 
  429.         various BBS's and on-line systems.  If you don't have access to a 
  430.         modem then you can obtain a copy of the latest version by sending 
  431.         5 pounds sterling (or US$10) to Mark Matts.
  432.         
  433.         The  RDD may be distributed freely by any PD Library or  BBS  but 
  434.         MAY  NOT  be used on any magazine cover disk  without  permission 
  435.         from  the  author,  any  magazine failing to  comply  with  these 
  436.         restrictions  will  have action taken against  them.   Disk  only 
  437.         magazines are free to use the RDD without the authors  permission 
  438.         on  the condition that a copy of the relevant edition is sent  to 
  439.         Mark Matts in advance of publication.
  440.         
  441.         
  442.         Special Versions
  443.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  444.         In  the past the RDD has been available in  customized  versions, 
  445.         version 3 is no different.  Built in to the RDD3 is an ability to 
  446.         display a screen of text when loaded.   This could be useful  for 
  447.         PD Libraries who use the RDD on catalogue disks.   If you want to 
  448.         obtain  a  customizing program for the RDD then  send  10  pounds 
  449.         (sterling)  or $20 US to Mark Matts stating that you require  the 
  450.         customizing  utility.   In  return you will  receive  the  latest 
  451.         version of the RDD and the customizing utility.   Unlike  earlier 
  452.         versions  of  the  RDD,   this  will  allow  you  to  change  the 
  453.         customizations yourself instead of sending files to the author.
  454.         
  455.         
  456.         Why no direct support?
  457.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  458.         I'm not publishing my postal address as it is currently  changing 
  459.         every  few  months and this would result in  some  correspondence 
  460.         being lost.   Mark Matts has offered to handle all  registrations 
  461.         and correspondence on my behalf and will forward any bug  reports 
  462.         direct to myself.  I do have several email addresses available if 
  463.         you do require to contact me.
  464.         
  465.         
  466.         Thanks go to:
  467.         ¯¯¯¯¯¯¯¯¯¯¯¯¯
  468.                        Mark Matts
  469.                             - for handling subscriptions, having the 
  470.                               occasional good idea, and for writing the
  471.                               installation program.
  472.         
  473.                        Daron Brewood
  474.                             - Falcon030 testing
  475.         
  476.                        All of the Beta Testers
  477.                             - Thanks for the bugs guys!
  478.         
  479.                        Atari ST Review
  480.                             - Excellent review of v3.00 (Jan94)
  481.         
  482.                        HiSoft
  483.                             - Great Dev Tools
  484.         
  485.                        All those who have registered.
  486.         
  487.         
  488.         Future plans for RDD:
  489.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  490.         The RDD is undergoing continual development, some of the features 
  491.         that  are  likely to be included in future  releases  are  listed 
  492.         below:
  493.         
  494.         Sound prompts for actions performed within the RDD.  For  example 
  495.         the RDD could play a sample whenever a file is loaded.
  496.         
  497.         Support  for MultiTOS / Geneva / Mag!X - background printing  and 
  498.         document formatting.
  499.         
  500.         Full  support  for the Falcon 030/040 including the  DSP  -  just 
  501.         imagine the scrolling speed that this would be capable of -  need 
  502.         to get my hands on a Falcon!
  503.         
  504.         
  505.         Revision History:
  506.         ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  507.         
  508.         Version 3.00 - 23 October 1993
  509.         
  510.              Complete re-write.
  511.         
  512.         
  513.         Version 3.10 - 29 January 1994
  514.         
  515.              Support for higher resolution screens - Overscan/TT/Falcon.
  516.                   -   complete re-write of text/scrolling routines 
  517.                       resulting in a 5% speed up in screen output.
  518.              Sideways scrolling for documents with long lines.
  519.              Screen colour toggle.
  520.              Small amount of redundant code removed.
  521.              Numerous bug fixes.
  522.         
  523.         
  524.         Version 3.20 - 26 March 1994
  525.         
  526.              Bug with global searches fixed.
  527.                   - introduced at v3.00
  528.              Bug with bookmarks when in widescreen mode fixed.
  529.                   - introduced at v3.10
  530.              Bug with incorrect screen resolution detection fixed.
  531.                   - introduced at v3.00
  532.              Bug when loading over 28 composite documents fixed.
  533.                   - introduced at v3.00
  534.              Bugs in IBM box characters fixed.
  535.                   - introduced at v3.00
  536.              Bug with corrupt .LZH files crashing fixed.
  537.                   - introduced at v3.00
  538.              Bug with incorrect clipboard detection fixed.
  539.                   - introduced at v3.00
  540.              Better handling of colours.
  541.              Built in debug feature.
  542.              Adjustable block positioning.
  543.              100 bookmarks available.
  544.              Save / Load bookmarks.
  545.              Optimized version for 68030 machines.
  546.              Keyboard controls help screen modified.
  547.              Hex Dump Feature.
  548.              Customized versions available.
  549.              More redundant code removed.
  550.              Greater stability with large amounts of docs.
  551.         
  552.         
  553.